-
Notifications
You must be signed in to change notification settings - Fork 29.1k
[SPARK-33304][R][SQL] Add from_avro and to_avro functions to SparkR #30216
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Test build #130499 has finished for PR 30216 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #130504 has finished for PR 30216 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
I am going to rebase it to master, to fix AppVeyor failure. |
|
Test build #130519 has finished for PR 30216 at commit
|
|
Test build #130520 has finished for PR 30216 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Kubernetes integration test status success |
|
Test build #130529 has finished for PR 30216 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #130530 has finished for PR 30216 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Test build #130534 has finished for PR 30216 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status success |
|
Thank you, @zero323 . |
|
Retest this please. |
|
Test build #130736 has finished for PR 30216 at commit
|
|
Kubernetes integration test starting |
|
Kubernetes integration test status failure |
|
Merged to master. |
|
Thanks @dongjoon-hyun @HyukjinKwon! |
What changes were proposed in this pull request?
Adds
from_avroandto_avrofunctions to SparkR.Why are the changes needed?
Feature parity.
Does this PR introduce any user-facing change?
New functions exposed in SparkR API.
How was this patch tested?
New unit tests.